home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / exam15 / readme < prev    next >
Text File  |  1995-09-27  |  332b  |  11 lines

  1.  
  2.  
  3. This example illustrates the procedure necessary to initialize
  4. instance variables while creating a new instances (via gNew).
  5.  
  6. Class1.d is modified to give its New method the additional functionality,
  7. and main.c is modified to utilize this changed interface to the
  8. New method.
  9.  
  10. (To build see the readme file in the first example.)
  11.